From 046ec820cce9ae0cea934aae4ee37414240c0377 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 24 May 2005 18:32:22 +0000 Subject: [PATCH] bitkeeper revision 1.1530.1.1 (4293733607D8CFWTaBtOQB46iiGQqg) blkif.py, XendDomain.py: Remove/disable debug output. Signed-off-by: Christian Limpach --- tools/python/xen/xend/XendDomain.py | 1 - tools/python/xen/xend/server/blkif.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py index faccd8a967..87cf57992c 100644 --- a/tools/python/xen/xend/XendDomain.py +++ b/tools/python/xen/xend/XendDomain.py @@ -510,7 +510,6 @@ class XendDomain: pass else: # Shutdown still pending. - print 'domain_shutdowns> pending: ', id timeout = min(timeout, left) if timeout <= SHUTDOWN_TIMEOUT: # Pending shutdowns remain - reschedule. diff --git a/tools/python/xen/xend/server/blkif.py b/tools/python/xen/xend/server/blkif.py index eb9cf449c5..22253f25b6 100755 --- a/tools/python/xen/xend/server/blkif.py +++ b/tools/python/xen/xend/server/blkif.py @@ -213,7 +213,6 @@ class BlkDev(Dev): def attach(self, recreate=False, change=False): if recreate: node = sxp.child_value(recreate, 'node') - print 'BlkDev>attach>', 'recreate=', recreate, 'node=', node self.setNode(node) else: node = Blkctl.block('bind', self.type, self.params) -- 2.30.2